# conky configuration
#
# The list of variables has been removed from this file in favour
# of keeping the documentation more maintainable.
# Check http://conky.sf.net for an up-to-date-list.
#
# For ideas about how to modify conky, please see:
# http://crunchbanglinux.org/forums/topic/59/my-conky-config/
#
# For help with conky, please see:
# http://crunchbanglinux.org/forums/topic/2047/conky-help/
#
# Enjoy! :)
##############################################
#  Settings
##############################################
background yes
use_xft yes
xftfont Radio Space:pixelsize=11
#xftfont Sans:pixelsize=10
xftalpha 1
update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_colour white
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 1024 12
maximum_width 1024
draw_shades no
draw_outline no
draw_borders no
border_inner_margin 0
border_width 0
draw_graph_borders no
default_color 181818
color1 white
color2 ff790c # alarm
default_shade_color black
default_outline_color white
alignment bl
gap_x 0
gap_y 0
no_buffers yes
uppercase no
text_buffer_size 1024
cpu_avg_samples 2
show_graph_scale no
show_graph_range no
short_units yes
override_utf8_locale yes
use_spacer right
##############################################
#  Output
##############################################
TEXT
${image ~/.pekwm/icons/tab.png -p 0,0}${color1}${offset 2}d ${if_match ${desktop}==1}1${endif}${if_match ${desktop}==2}2${endif}${if_match ${desktop}==3}3${endif}${if_match ${desktop}==4}4${endif}${if_match ${desktop}==5}5${endif}${if_match ${desktop}==6}6${endif}-6${color}${goto 45}Up $uptime_short  ${goto 120}${if_match ${battery_percent} > 20}Power: ${execi 1 /home/arp/scripts/battery.py} ${voffset 2}${battery_bar 5,20 BAT0}  ${voffset -2}${endif}${if_match ${battery_percent} <= 20}${image ~/.pekwm/icons/alarm.png -p 117,0}LOW BATT!${endif}  ${goto 280}${if_match ${cpu} < 90}Cpu: ${cpu}%${endif}${if_match ${cpu} >= 90}${image ~/.pekwm/icons/alarm.png -p 277,0}CPU! ${cpu}%${endif}  ${goto 365}${if_match ${memperc} <= 80}Ram: ${memperc}%${endif}${if_match ${memperc} > 80}${image ~/.pekwm/icons/alarm.png -p 363,0}RAM! ${memperc}%${endif}${goto 445}${exec echo "#!"} ${fs_used_perc /}%   arp ${fs_used_perc /home/arp/datarp}%   swap $swapperc%${goto 645}Temp  ${ibm_temps 2}/${ibm_temps 3}/${ibm_temps 0}  ${goto 800}${if_existing /proc/net/route eth0}Dl ${voffset 2}${downspeedgraph eth0 8,20 ffffff 181818}${voffset -2} - Up ${voffset 2}${upspeedgraph eth0 8,20 ffffff 181818}${voffset -2}-${else}no connection${endif}${alignr 2}${color1}vol ${ibm_volume}${color}
